cssstyle: Add GtkCssStaticStyle
authorBenjamin Otte <otte@redhat.com>
Sun, 26 Oct 2014 04:07:06 +0000 (05:07 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 7 Jan 2015 13:26:47 +0000 (14:26 +0100)
commitac215ffc8fbefe2493c071721d5cf72c916b6bc6
tree9c4210c9208ab765b1d040fffbdbbb14e16de4fa
parent4168e0385efd9231731ed35b96ce58bafc3eb03f
cssstyle: Add GtkCssStaticStyle

For now, this is only an implementation detail of the animated style.

The idea is to use GtkCssStaticStyle as the result of CSS queries and
then put a GtkCssAnimatedStyle on top that manages the animations. The
neat thing about this is that you can cache the static values.
gtk/Makefile.am
gtk/gtkcssanimatedstyle.c
gtk/gtkcssanimatedstyleprivate.h
gtk/gtkcssstaticstyle.c [new file with mode: 0644]
gtk/gtkcssstaticstyleprivate.h [new file with mode: 0644]